home *** CD-ROM | disk | FTP | other *** search
- typedef struct {
- Boolean pshowSpecial;
- Boolean pstopAtCR;
- int pMaxCount;
- int pOrder;
- Boolean pHasPrime;
- Str255 pPrimeName;
- long pPrimeDirID;
- short pPrimeRefNum;
- int pStartup;
- Boolean pHasZero;
- Str255 pZeroName;
- long pZeroDirID;
- short pZeroRefNum;
- Boolean pShowPredInBuffer;
- } Preferences, *PrefPeek, **PrefHandle;
-
- typedef struct {
- WindowRecord docWindow;
- TEHandle docTE;
- ControlHandle docVScroll;
- ControlHandle docHScroll;
- ProcPtr docClik;
- } DocumentRecord, *DocumentPeek;
-
- typedef struct {
- WindowRecord fWindow;
- Handle fBackHandle;
- Handle fSelectHandle;
- } OffscreenRecord, *OffscreenPeek;
-
-